projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0ced4e
)
* lisp/emacs-lisp/package.el (define-package): Make obsolete.
author
Stefan Kangas
<stefan@marxist.se>
Mon, 11 Jul 2022 10:41:50 +0000
(12:41 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 11 Jul 2022 10:51:00 +0000
(12:51 +0200)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 8d0d5d57a228ec558b3a0a9ff538df375187e68c..00beee811ba13407545a7c4d4451a15539ccc7d2 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-720,8
+720,7
@@
REQUIREMENTS is a list of dependencies on other packages.
where OTHER-VERSION is a string.
EXTRA-PROPERTIES is currently unused."
- (declare (indent defun))
- ;; FIXME: Placeholder! Should we keep it?
+ (declare (obsolete nil "29.1") (indent defun))
(error "Don't call me!"))
\f